public static Area CreateTransient( Project oProject, double x, double y, List<Placement3D> listOfAdditionalObjects )
public: static Area^ CreateTransient( Project^ oProject, double x, double y, List<Placement3D^>^ listOfAdditionalObjects )
Parameters
| Parameter Name | Description |
|---|---|
| oProject | Project to which this object will be assign. Can't be null. |
| x | Width of Area object. |
| y | Height of Area object. |
| listOfAdditionalObjects | List of 3d objects additionaly created while Area object had been created. |